🛠️ All DevTools

Showing 1661–1680 of 4362 tools

Last Updated
April 27, 2026 at 04:00 PM

[Other] A proof of concept of a semistable C++ vector container

Found: December 16, 2025 ID: 2755

[Other] VS Code deactivates IntelliCode in favor of the paid Copilot

Found: December 16, 2025 ID: 2687

CleanTextLab

Product Hunt

[Other] Clean up messy text and formats in seconds - free text tools Free developer tools for clean text and data: JSON formatter, URL/Base64 tools, regex tester, case converter, remove duplicates, and more. Client-side processing (works offline) and privacy-focused. Try now!

Found: December 16, 2025 ID: 2688

[API/SDK] Easiest solution to deploy multimodal AI to mobile NexaSDK for Mobile lets developers use the latest multimodal AI models fully on-device on iOS & Android apps with Apple Neural Engine and Snapdragon NPU acceleration. In just 3 lines of code, build chat, multimodal, search, and audio features with no cloud cost, complete privacy, 2x faster speed and 9× better energy efficiency.

Found: December 16, 2025 ID: 2702

[Other] Show HN: Autograd.c – a tiny ML framework built from scratch built a tiny pytorch clone in c after going through prof. vijay janapa reddi&#x27;s mlsys book: mlsysbook.ai&#x2F;tinytorch&#x2F;<p>perfect for learning how ml frameworks work under the hood :)

Found: December 16, 2025 ID: 2689

[Other] A kernel bug froze my machine: Debugging an async-profiler deadlock

Found: December 15, 2025 ID: 2680

[Other] I used Claude Code to write a piano web app

Found: December 15, 2025 ID: 2681

[Monitoring/Observability] Show HN: Cordon – Reduce large log files to anomalous sections Cordon uses transformer embeddings and density scoring to identify what&#x27;s semantically unique in log files, filtering out repetitive noise.<p>The core insight: a critical error repeated 1000x is &quot;normal&quot; (semantically dense). A strange one-off event is anomalous (semantically isolated).<p>Outputs XML-tagged blocks with anomaly scores. Designed to reduce large logs as a form of pre-processing for LLM analysis.<p>Architecture: <a href="https:&#x2F;&#x2F;github.com&#x2F;calebevans&#x2F;cordon&#x2F;blob&#x2F;main&#x2F;docs&#x2F;architecture.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;calebevans&#x2F;cordon&#x2F;blob&#x2F;main&#x2F;docs&#x2F;architec...</a><p>Benchmark: <a href="https:&#x2F;&#x2F;github.com&#x2F;calebevans&#x2F;cordon&#x2F;blob&#x2F;main&#x2F;benchmark&#x2F;results&#x2F;README.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;calebevans&#x2F;cordon&#x2F;blob&#x2F;main&#x2F;benchmark&#x2F;res...</a><p>Trade-offs: intentionally ignores repetitive patterns, uses percentile-based thresholds (relative, not absolute).

Found: December 15, 2025 ID: 2683

[IDE/Editor] Show HN: I built an open-source alternative to the "brainrot IDE" that YC funded VSCode extension with games (Snake, Plinko, slots), HN&#x2F;LessWrong reader, and Pomodoro timer for AI coding wait times. Fake currency only.<p>Marketplace: <a href="https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=TouchGrassIDE.touch-grass-ide" rel="nofollow">https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=TouchGra...</a><p>Built in a week with Claude Code after seeing Chad IDE get ratio&#x27;d for integrating real gambling. Happy to answer questions or get roasted on the code.

Found: December 15, 2025 ID: 2684

[Other] Chafa: Terminal Graphics for the 21st Century

Found: December 15, 2025 ID: 2678

[Database] Show HN: Sqlit – A lazygit-style TUI for SQL databases I work mostly in the terminal but found myself constantly switching to bloated GUIs like SSMS only for the simple task of browsing tables and run queries. And I didn&#x27;t find Existing SQL TUIs intuitive, having to read documentation to learn keybindings and CLI flags to connect. Given I had recently switched to linux, I found myself using vs code&#x27;s sql database extension. Something was awfully wrong.<p>I wanted something like lazygit for databases – run it, connect, and query and frankly just make it enjoyable to access data.<p><pre><code> Sqlit is a keyboard-driven SQL TUI with: - Context-based keybindings (always visible) - Neovim-like interface with normal and insert mode for query editing - Browse databases, tables, views, stored procedures - Adapters for SQL Server, SQLite, PostgreSQL, Turso &amp; more - SSH tunneling support - Themes (Tokyo Night, Nord, Gruvbox etc.) Inspired by lazygit, neovim and lazysql. Built with Python&#x2F;Textual. </code></pre> Feedback welcome – especially on which adapters to prioritize next. My vision of sqlit is to make a tool that makes it easy to connect and query data, and to do that, and that thing only, really well.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Maxteabag&#x2F;sqlit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Maxteabag&#x2F;sqlit</a>

Found: December 15, 2025 ID: 2692

[Other] Show HN: Sub-microsecond (890 ns) trading execution research system I am sharing a research-grade, open-source trading execution framework that achieves a median end-to-end decision latency of 890 nanoseconds on commodity hardware.<p>The project is designed for education, systems research, and latency instrumentation, not for live trading. It focuses on understanding exactly where every nanosecond goes in a trading execution path.<p>Key features:<p>- Kernel-bypass networking: Direct userspace access to NICs via custom drivers, 20-50 ns RX latency - Lock-free SPSC&#x2F;MPSC queues: Zero-copy architecture - SIMD feature extraction: About 40 ns per update using AVX-512 - Deterministic replay: Bit-identical execution paths, SHA-256 verified - Nanosecond-level metrics: Full audit logs and performance dashboard<p>Technical stack: C++17 and Rust, NUMA-aware memory allocation, cache-line alignment, inline assembly for hot paths.<p>The framework is modular, allowing experimentation with different NIC drivers, feature extraction pipelines, or order-flow models such as Hawkes processes or Avellaneda-Stoikov logic. Everything is open source and documented.<p>Links:<p>Live demo: <a href="https:&#x2F;&#x2F;submicro.krishnabajpai.me&#x2F;" rel="nofollow">https:&#x2F;&#x2F;submicro.krishnabajpai.me&#x2F;</a> Source code: <a href="https:&#x2F;&#x2F;github.com&#x2F;krish567366&#x2F;submicro-execution-engine" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;krish567366&#x2F;submicro-execution-engine</a> Bare-metal NIC drivers: <a href="https:&#x2F;&#x2F;baremetalnic.krishnabajpai.me&#x2F;" rel="nofollow">https:&#x2F;&#x2F;baremetalnic.krishnabajpai.me&#x2F;</a><p>I would welcome feedback from anyone working on low-latency systems, networking, or HFT research.<p>Some questions for discussion:<p>- Which part of the execution path is typically hardest to optimize? - What measurement techniques do you trust for sub-microsecond systems?<p>This project is for research and educational purposes only. It does not connect to exchanges or execute real trades. It is intended as a sandbox for understanding ultra-low-latency execution.<p>I am happy to answer questions about methodology, performance, or design trade-offs.

Found: December 15, 2025 ID: 2679

[DevOps] Show HN: Open-Source Notion MCP Server (TypeScript, SSE, Apify) Hello HN,<p>I built this because I wanted to give Claude Desktop access to my Notion workspace without running a flaky local Python script via stdio.<p>This is a Node.js&#x2F;Express implementation of the Model Context Protocol (MCP) that uses SSE (Server-Sent Events) for transport. It’s designed to be stateless and deployable as a container (I&#x27;m hosting it on Apify, but it works anywhere with Node).<p>The Stack:<p>TypeScript + Express<p>@modelcontextprotocol&#x2F;sdk<p>Zod for input validation<p>Bearer Auth for security (since it exposes an HTTP endpoint)<p>Capabilities: It allows the LLM to search pages, read database properties, and append blocks. I use it primarily to have Cursor&#x2F;Claude summarize documentation and create tasks in my sprint board directly from the chat context.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;piskunproject&#x2F;notion-mcp-server&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;piskunproject&#x2F;notion-mcp-server&#x2F;</a> One-click deploy (Apify): <a href="https:&#x2F;&#x2F;apify.com&#x2F;piskunlab&#x2F;notion-mcp-server" rel="nofollow">https:&#x2F;&#x2F;apify.com&#x2F;piskunlab&#x2F;notion-mcp-server</a><p>Feedback on the SSE implementation is welcome!

Found: December 15, 2025 ID: 2682

[Other] Show HN: Bithoven – A high-level, imperative language for Bitcoin Smart Contract Hey HN! I’m a researcher working on Bitcoin smart contracts, and today I’m releasing Bithoven—a high-level imperative language that compiles to native Bitcoin Script (Legacy, SegWit, and Taproot).<p>The Goal:<p>Raw Bitcoin Script is notoriously difficult to reason about. Writing raw Bitcoin Script today feels like writing Assembly in the 1970s. You have to mentally juggle the stack (`OP_SWAP`, `OP_ROT`), manually manage distinct execution branches, and pray you didn&#x27;t leave a stack item unconsumed (which crashes the script). My goal was to bridge the gap between complex contract logic and raw opcodes, allowing developers to write readable, compile-time-safe code.<p>Key Features:<p>- Imperative Syntax: Write logic using familiar if&#x2F;else and return statements instead of mental stack juggling.<p>- Type Safety: First-class support for bool, signature, string, and number types to prevent runtime errors.<p>- Targeted Compilation: Support for Legacy, SegWit, and Taproot compilation targets.<p>- Native Primitives: Built-in keywords for timelocks (older, after) and cryptography (sha256, checksig).<p>You can try it in the browser here (runs via WASM): <a href="https:&#x2F;&#x2F;bithoven-lang.github.io&#x2F;bithoven&#x2F;ide&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bithoven-lang.github.io&#x2F;bithoven&#x2F;ide&#x2F;</a><p>Here is an example of a Hashed Time-Locked Contract (HTLC):<p><pre><code> (condition: bool, sig_alice: signature) (condition: bool, preimage: string, sig_bob: signature) { if condition { &#x2F;&#x2F; Relative locktime (Sequence) older 1000; return checksig (sig_alice, alice_pk); } else { &#x2F;&#x2F; Hashlock verification verify sha256 sha256 preimage == hash; return checksig (sig_bob, bob_pk); } } </code></pre> The project is free open source and the academic paper is currently under review. I’d love to hear any feedback. Thanks for checking it out!

Found: December 15, 2025 ID: 2737

[Other] Building a High-Performance OpenAPI Parser in Go

Found: December 15, 2025 ID: 2729

QueryGlow

Product Hunt

[Database] One interface for all your databases. Self-hosted. Connect PostgreSQL, MySQL, SQLite, Supabase, AWS RDS... all in one place. AI writes your SQL. Deploy with Docker in 5 minutes.

Found: December 15, 2025 ID: 2676

ManyPI

Product Hunt

[API/SDK] Turn websites into APIs Convert any website into a clean, type-safe API. Use natural-language or JSON-schema prompts to extract data and get usable JSON output for RAG pipelines, sales, content aggregation, or research.

Found: December 15, 2025 ID: 2677

[Other] Arborium: Tree-sitter code highlighting with Native and WASM targets

Found: December 15, 2025 ID: 2674

GNU recutils: Plain text database

Hacker News (score: 94)

[Database] GNU recutils: Plain text database

Found: December 14, 2025 ID: 2671

[Other] How I wrote JustHTML, a Python-based HTML5 parser, using coding agents

Found: December 14, 2025 ID: 2733
Previous Page 84 of 219 Next